home *** CD-ROM | disk | FTP | other *** search
- /* -------------------------------------------------------------------
- * NEST echomail areas including the following countrys:
- *
- * - The Netherlands
- * - Germany
- * - Italy
- * - Poland
- * - Scandinavian echos
- *
- * Possible not all mail areas are existing in your country, it's
- * easy to disable them with the following #define commands.
- * -------------------------------------------------------------------
- * Written by Koos Kuil on 12 Oct 1996
- */
- #define NEST_NL /* Special Dutch NeST echos */
- #define NEST_GER /* Special German NeST echos */
- #define NEST_ITA /* Special Italian NeST echos */
- #define NEST_PL /* Special Poland NeST echos */
- #define NEST_SCA /* Special Scandinavian NeST echos */
-
- #menulib
- SubMenu NEST
- Entry NEST.ADM[1]ADM
- Entry NEST.FALCON[2]FALCON
- Entry NEST.LOCAL[3]LOCAL
- Entry NEST.MISC[4]MISC
- Entry NEST.NET[5]NET
- Entry NEST.ST[6]ST
- Entry NEST.SUP[7]SUP
- Entry ----
- #ifdef NEST_GER
- Entry NEST.GER[G]GER
- #endif
- #ifdef NEST_ITA
- Entry NEST.ITA[I]ITA
- #endif
- #ifdef NEST_NL
- Entry NEST.NL[N]NL
- #endif
- #ifdef NEST_PL
- Entry NEST.PL[P]PL
- #endif
- #ifdef NEST_SCA
- Entry NEST.SCA[C]SCA
- #endif
-
- Submenu NEST.ADM
- Entry [1]ECHO
- Entry [2]EST
- Entry [3]NEST
- Entry [4]UUCP_GATE
-
- Submenu NEST.FALCON
- Entry [1]FACTT_FILE
- Entry [2]MISC
-
- #ifdef NEST_GER
- Submenu NEST.GER
- Entry [1]MISC
- Entry [2]MISC.FILES
- Entry /Co-Sysop[3]BETA.JETMAIL
- #endif
-
- Submenu NEST.MISC
- Entry [1]4SALE
- Entry [2]COMMON
- Entry [3]CONSOLE
- Entry [4]F&SF_UK
- Entry [5]LEGAL
- Entry [6]LEISURE
- Entry [7]Q&A
- entry [8]RPG
-
- #ifdef NEST_NL
- Submenu NEST.NL
- Entry /Co-Sysop[1]ADM
- Entry [2]TEST
- #endif
-
- Submenu NEST.NET
- Entry [1]ALLFIX
- Entry [2]BBSADS
- Entry [3]COM_ADS
- Entry [4]NOTICE
- Entry [5]NOTICE.FILES
- Entry [6]SEE
- Entry [7]SEE.FNET
-
- Submenu NEST.ST
- Entry [1]BBS_SW
- Entry NEST.ST.COMMS[2]COMMS
- Entry [3]CD-ROM
- Entry [4]DTP
- Entry [5]FAX
- Entry [6]FIDO
- Entry [7]FORMAT
- Entry [8]GAMES
- Entry [9]GFX
- Entry [0]HARDWARE
- Entry [A]MIDI
- Entry [C]MISC
- Entry [D]MULTITASK
- Entry NEST.ST.PROG[E]PROG
- Entry [G]PDREVIEWS
- Entry [H]USERS
-
- Submenu NEST.ST.COMMS
- Entry [1]MISC
- Entry [2]INTERNET
-
- Submenu NEST.ST.PROG
- Entry [1]ASM
- Entry [2]C
- Entry [3]GFA
- Entry [4]MISC
-
- Submenu NEST.LOCAL
- Entry [1]N.LOCAL.LINKS
-
- Submenu NEST.SUP
- Entry [1]ASSI
- Entry /Co-sysop NEST.SUP.BETA[2]BETA
- Entry [3]BINKLEY
- Entry [4]IOS
- Entry [5]JETMAIL
- Entry [6]LED
- Entry [7]NW.DEV
- Entry [8]OASIS_ICE
- Entry [9]PARX.MODULES
- Entry [0]QBBS_ST
- Entry [A]RATSOFT
- Entry [C]SEMPER
-
- Submenu NEST.SUP.BETA
- Entry [1]JETMAIL
- Entry [2]OCTOPUS
- Entry [3]SEMPER
-
- #ifdef NEST_PL
- Submenu NEST.PL
- Entry [1]ANNOUNCE
- Entry [2]CHAD
- Entry [3]TECHNIC
- Entry [4]TEST
- #endif
-
- #ifdef NEST_SCA
- Submenu NEST.SCA
- Entry [1]COMMON
- Entry [2]DK_SOFT.NEWS
- Entry [3]DTP
- Entry [4]ECHO
- Entry [5]FALCON
- Entry [6]FILES
- Entry [7]MIDI
- Entry [8]NAS
- Entry [9]NEWFILE
- Entry [0]OTHELLO
- Entry [A]PROGRAM
- Entry [C]SEE
- Entry [D]SEE_TNU
- Entry [E]TEST
- #endif
-
- #ifdef NEST_ITA
- Submenu NEST.ITA
- Entry /Co-Sysop[1]ADM.COORD
- Entry /Co-Sysop[2]ADM.NEWFILES
- Entry [3]MISC.CHATTER
- Entry [4]PC.FOLIO
- Entry [5]PC.MISC
- Entry NEST.ITA.ST[6]ST
-
- Submenu NEST.ITA.ST
- Entry [1]APPLICAZ
- Entry [2]CAD
- Entry [3]COMMS
- Entry [4]DEVELOPERS
- Entry [5]DTP
- Entry [6]EMULAZIONI
- Entry [7]GRAFICA
- Entry [8]HARDWARE
- Entry [9]MIDI
- Entry [0]MTX
- Entry [A]NETWARE
- Entry [C]PROGRAM
- Entry [D]WORKSHOP
- #endif
-
- #endlib
-
- /* -------------------------------------------------------------------
- * NEST message areas (MAIN)
- */
- :MSG_nest
- DrawMenu NEST Gosub draw_ascii_msg
- DoMenu NEST
- SelectChoice
- Case 1 Gosub MSG_nest_adm Break
- Case 2 Gosub MSG_nest_falcon Break
- Case 3 Gosub MSG_nest_local Break
- Case 4 Gosub MSG_nest_misc Break
- Case 5 Gosub MSG_nest_net Break
- Case 6 Gosub MSG_nest_st Break
- Case 7 Gosub MSG_nest_sup Break
-
- /* Language dependent areas */
- #ifdef NEST_GER
- Case G Gosub MSG_nest_ger Break
- #endif
- #ifdef NEST_ITA
- Case I Gosub MSG_nest_ita Break
- #endif
- #ifdef NEST_NL
- Case N Gosub MSG_nest_nl Break
- #endif
- #ifdef NEST_PL
- Case P Gosub MSG_nest_pl Break
- #endif
- #ifdef NEST_SCA
- Case C Gosub MSG_nest_sca Break
- #endif
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu NEST
- ClrChoice
- Endif
- Return
-
- :MSG_nest_adm
- DrawMenu NEST.ADM Gosub draw_ascii_msg
- DoMenu NEST.ADM
- SelectChoice
- Case 1 SetMsgarea N.ADM.ECHO
- Case 2 SetMsgarea N.ADM.EST
- Case 3 SetMsgarea N.ADM.NEST
- Case 4 SetMsgarea N.ADM.UUCP_GATE
- Common Readmessages
- Gosub draw_bbsinfo
- DrawMenu Msgbase
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu NEST.ADM
- ClrChoice
- Endif
- Return
-
- :MSG_nest_falcon
- DrawMenu NEST.FALCON Gosub draw_ascii_msg
- DoMenu NEST.FALCON
- SelectChoice
- Case 1 SetMsgarea N.FALCON.FACTT_FILE
- Case 2 SetMsgarea N.FALCON.MISC
- Common Readmessages
- Gosub draw_bbsinfo
- DrawMenu Msgbase
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu NEST.FALCON
- ClrChoice
- Endif
- Return
-
- :MSG_nest_local
- DrawMenu NEST.LOCAL Gosub draw_ascii_msg
- DoMenu NEST.LOCAL
- SelectChoice
- Case 1 SetMsgarea N.LOCAL.LINKS
- Common Readmessages
- Gosub draw_bbsinfo
- DrawMenu Msgbase
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu NEST.LOCAL
- ClrChoice
- Endif
- Return
-
- :MSG_nest_misc
- DrawMenu NEST.MISC Gosub draw_ascii_msg
- DoMenu NEST.MISC
- SelectChoice
- Case 1 SetMsgarea N.MISC.4SALE
- Case 2 SetMsgarea N.MISC.COMMON
- Case 3 SetMsgarea N.MISC.CONSOLE
- Case 4 SetMsgarea N.MISC.F&SF_UK
- Case 5 SetMsgarea N.MISC.LEGAL
- Case 6 SetMsgarea N.MISC.LEISURE
- Case 7 SetMsgarea N.MISC.Q&A
- Case 8 SetMsgarea N.MISC.RPG
- Common Readmessages
- Gosub draw_bbsinfo
- DrawMenu Msgbase
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu NEST.MISC
- ClrChoice
- Endif
- Return
-
- :MSG_nest_net
- DrawMenu NEST.NET Gosub draw_ascii_msg
- DoMenu NEST.NET
- SelectChoice
- Case 1 SetMsgarea N.NET.ALLFIX
- Case 2 SetMsgarea N.NET.BBSADS
- Case 3 SetMsgarea N.NET.COM_ADS
- Case 4 SetMsgarea N.NET.NOTICE
- Case 5 SetMsgarea N.NET.NOTICE.FILES
- Case 6 SetMsgarea N.NET.SEE
- Case 7 SetMsgarea N.NET.SEE.FNET
- Common Readmessages
- Gosub draw_bbsinfo
- DrawMenu Msgbase
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu NEST.NET
- ClrChoice
- Endif
- Return
-
- :MSG_nest_st
- DrawMenu NEST.ST Gosub draw_ascii_msg
- DoMenu NEST.ST
- SelectChoice
- Case 1 SetMsgarea N.ST.BBS_ST
- Case 2 Gosub MSG_nest_st_comms Break
- Case 3 SetMsgarea N.ST.CD-ROM
- Case 4 SetMsgarea N.ST.DTP
- Case 5 SetMsgarea N.ST.FAX
- Case 6 SetMsgarea N.ST.FIDO
- Case 7 SetMsgarea N.ST.FORMAT
- Case 8 SetMsgarea N.ST.GAMES
- Case 9 SetMsgarea N.ST.GFX
- Case 0 SetMsgarea N.ST.HARDWARE
- Case A SetMsgarea N.ST.MIDI
- Case C SetMsgarea N.ST.MISC
- Case D SetMsgarea N.ST.MULTITASK
- Case E Gosub MSG_nest_st_prog Break
- Case G SetMsgarea N.ST.PDREVIEWS
- Case H SetMsgarea N.ST.USERS
- Common Readmessages
- Gosub draw_bbsinfo
- DrawMenu Msgbase
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu NEST.ST
- ClrChoice
- Endif
- Return
-
- :MSG_nest_st_comms
- DrawMenu NEST.ST.COMMS Gosub draw_ascii_msg
- DoMenu NEST.ST.COMMS
- SelectChoice
- Case 1 SetMsgarea N.ST.COMMS
- Case 2 SetMsgarea N.ST.COMMS.INTERNET
- Common Readmessages
- Gosub draw_bbsinfo
- DrawMenu Msgbase
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu NEST.ST.COMMS
- ClrChoice
- Endif
- Return
-
- :MSG_nest_st_prog
- DrawMenu NEST.ST.PROG Gosub draw_ascii_msg
- DoMenu NEST.ST.PROG
- SelectChoice
- Case 1 SetMsgarea N.ST.PROG.ASM
- Case 2 SetMsgarea N.ST.PROG.C
- Case 3 SetMsgarea N.ST.PROG.GFA
- Case 4 SetMsgarea N.ST.PROG
- Common Readmessages
- Gosub draw_bbsinfo
- DrawMenu Msgbase
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu NEST.ST.PROG
- ClrChoice
- Endif
- Return
-
- :MSG_nest_sup
- DrawMenu NEST.SUP Gosub draw_ascii_msg
- DoMenu NEST.SUP
- SelectChoice
- Case 1 SetMsgarea N.SUP.ASSI
- Case 2 Gosub MSG_nest_sup_beta Break
- Case 3 SetMsgarea N.SUP.BINKLEY
- Case 4 SetMsgarea N.SUP.IOS
- Case 5 SetMsgarea N.SUP.JETMAIL
- Case 6 SetMsgarea N.SUP.LED
- Case 7 SetMsgarea N.SUP.NW.DEV
- Case 8 SetMsgarea N.SUP.OASIS_ICE
- Case 9 SetMsgarea N.SUP.PARX.MODULES
- Case 0 SetMsgarea N.SUP.QBBS_ST
- Case A SetMsgarea N.SUP.RATSOFT
- Case C SetMsgarea N.SUP.SEMPER
- Common Readmessages
- Gosub draw_bbsinfo
- DrawMenu Msgbase
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu NEST.SUP
- ClrChoice
- Endif
- Return
-
- :MSG_nest_sup_beta
- DrawMenu NEST.SUP.BETA Gosub draw_ascii_msg
- DoMenu NEST.SUP.BETA
- SelectChoice
- Case 1 SetMsgarea N.SUP.BETA.JETMAIL
- Case 2 SetMsgarea N.SUP.BETA.OCTOPUS
- Case 3 SetMsgarea N.SUP.BETA.SEMPER
- Common Readmessages
- Gosub draw_bbsinfo
- DrawMenu Msgbase
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu NEST.SUP.BETA
- ClrChoice
- Endif
- Return
-
- #ifdef NEST_GER
- :MSG_nest_ger
- DrawMenu NEST.GER Gosub draw_ascii_msg
- DoMenu NEST.GER
- SelectChoice
- Case 1 SetMsgarea N.GER.MISC
- Case 2 SetMsgarea N.GER.MISC.FILES
- Case 3 SetMsgarea N.GER.BETA.JETMAIL
- Common Readmessages
- Gosub draw_bbsinfo
- DrawMenu Msgbase
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu NEST.GER
- ClrChoice
- Endif
- Return
- #endif
-
- #ifdef NEST_ITA
- :MSG_nest_ita
- DrawMenu NEST.ITA Gosub draw_ascii_msg
- DoMenu NEST.ITA
- SelectChoice
- Case 1 SetMsgarea N.ITA.ADM.COORD
- Case 2 SetMsgarea N.ITA.ADM.NEWFILES
- Case 3 SetMsgarea N.ITA.MISC.CHATTER
- Case 4 SetMsgarea N.ITA.PC.FOLIO
- Case 5 SetMsgarea N.ITA.PC.MISC
- Case 6 Gosub MSG_nest_ita_st Break
- Common Readmessages
- Gosub draw_bbsinfo
- DrawMenu Msgbase
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu NEST.ITA
- ClrChoice
- Endif
- Return
- #endif
-
- #ifdef NEST_ITA
- :MSG_nest_ita_st
- DrawMenu NEST.ITA.ST Gosub draw_ascii_msg
- DoMenu NEST.ITA.ST
- SelectChoice
- Case 1 SetMsgarea N.ITA.ST.APPLICAZ
- Case 2 SetMsgarea N.ITA.ST.CAD
- Case 3 SetMsgarea N.ITA.ST.COMMS
- Case 4 SetMsgarea N.ITA.ST.DEVELOPERS
- Case 5 SetMsgarea N.ITA.ST.DTP
- Case 6 SetMsgarea N.ITA.ST.EMULAZIONI
- Case 7 SetMsgarea N.ITA.ST.GRAFICA
- Case 8 SetMsgarea N.ITA.ST.HARDWARE
- Case 9 SetMsgarea N.ITA.ST.MIDI
- Case 0 SetMsgarea N.ITA.ST.MTX
- Case A SetMsgarea N.ITA.ST.NETWARE
- Case C SetMsgarea N.ITA.ST.PROGRAM
- Case D SetMsgarea N.ITA.ST.WORKSHOP
- Common Readmessages
- Gosub draw_bbsinfo
- DrawMenu Msgbase
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu NEST.ITA.ST
- ClrChoice
- Endif
- Return
- #endif
-
- #ifdef NEST_NL
- :MSG_nest_nl
- DrawMenu NEST.NL Gosub draw_ascii_msg
- DoMenu NEST.NL
- SelectChoice
- Case 1 SetMsgarea N.NL.ADM.ECHO
- Case 2 SetMsgarea N.NL.TEST
- Common Readmessages
- Gosub draw_bbsinfo
- DrawMenu Msgbase
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu NEST.NL
- ClrChoice
- Endif
- Return
- #endif
-
- #ifdef NEST_PL
- :MSG_nest_pl
- DrawMenu NEST.PL Gosub draw_ascii_msg
- DoMenu NEST.PL
- SelectChoice
- Case 1 SetMsgarea N.PL.ANNOUNCE
- Case 2 SetMsgarea N.PL.CHAD
- Case 3 SetMsgarea N.PL.TECHNIC
- Case 4 SetMsgarea N.PL.TEST
- Common Readmessages
- Gosub draw_bbsinfo
- DrawMenu Msgbase
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu NEST.PL
- ClrChoice
- Endif
- Return
- #endif
-
- #ifdef NEST_SCA
- :MSG_nest_sca
- DrawMenu NEST.SCA Gosub draw_ascii_msg
- DoMenu NEST.SCA
- SelectChoice
- Case 1 SetMsgarea N.SCA.COMMON
- Case 2 SetMsgarea N.SCA.DK_SOFT.NEWS
- Case 3 SetMsgarea N.SCA.DTP
- Case 4 SetMsgarea N.SCA.ECHO
- Case 5 SetMsgarea N.SCA.FALCON
- Case 6 SetMsgarea N.SCA.FILES
- Case 7 SetMsgarea N.SCA.MIDI
- Case 8 SetMsgarea N.SCA.NAS
- Case 9 SetMsgarea N.SCA.NEWFILE
- Case 0 SetMsgarea N.SCA.OTHELLO
- Case A SetMsgarea N.SCA.PROGRAM
- Case C SetMsgarea N.SCA.SEE
- Case D SetMsgarea N.SCA.SEE_TNU
- Case E SetMsgarea N.SCA.TEST
- Common Readmessages
- Gosub draw_bbsinfo
- DrawMenu Msgbase
- EndSelect
- EnddoChoice MenuBarKeys
-
- /* Remove the submenu */
- IfChoice CursLeft
- RemoveMenu NEST.SCA
- ClrChoice
- Endif
- Return
- #endif
-
-